Package com.cisco.pt.ipc.sim
Interface PPPProcess
- All Superinterfaces:
IPCObject,PortKeepAliveProcess,Process
- All Known Implementing Classes:
PPPProcessImpl
Information provided by the PKI file:
\class PppProcess
\brief PppProcess handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("PppProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidsetAuthenType(PPPAuthenType type) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.PortKeepAliveProcess
getKeepAliveInterval, isKeepAliveOn, setKeepAliveInterval, setKeepAliveOnMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setAuthenType
Information provided by the PKI file:
\brief Sets the authentication type. \param type, the authentication type. Authentication types: eNoAuthentication = 0, eChap = 1, ePap = 2, ePapChap = 3, eChapPap = 4- Parameters:
type- Takes in a parameter of type
-
getAuthenType
PPPAuthenType getAuthenType()Information provided by the PKI file:
\brief Returns the authentication type. \return PppAuthenType, the authentication type. Authentication types: eNoAuthentication = 0, eChap = 1, ePap = 2, ePapChap = 3, eChapPap = 4- Returns:
- PPPAuthenType Returns a PPPAuthenType
-
getPapProcess
PAPProcess getPapProcess()Information provided by the PKI file:
\brief Returns the PAP process. \return PAPProcess, the PAPProcess object.- Returns:
- PAPProcess Returns a PAPProcess
-
getChapProcess
CHAPProcess getChapProcess()Information provided by the PKI file:
\brief Returns the CHAP process. \return ChapProcess, the ChapProcess object.- Returns:
- CHAPProcess Returns a CHAPProcess
-